Picture (string, picture) prints a string or values in a text string in a predetermined format.
Picture can be used to print a string "2065555555" in a telephone number format "(206) 555-5555", or to print other strings in fixed formats.
The following examples are applicable to both Basic and Crystal syntax:
Picture ({customer.FAX},"(xxx) xxx
Prints the values in the Fax field in the format (805) 555-5555, (313) 555-2555, etc.
Picture ({customer.REGION}, "[xx]")
Prints the values in the Region field in the format [AK], [CA], etc.
| Seagate Software, Inc. http://www.seagatesoftware.com Please send comments to: techpubs@seagatesoftware.com |